home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / spitfire / sfsme060.zip / SFSME.DOC < prev    next >
Text File  |  1996-03-24  |  9KB  |  214 lines

  1.  
  2.                   ╔════════════════════════════════════════╗
  3.                   ║                                        ║
  4.                   ║          ╓─┐ ╥──┐ ╓─┐ ╓─╥─┐ ╥──┐       ║
  5.                   ║          ╙─┐ ╟─   ╙─┐ ║ ║ │ ╟─         ║
  6.                   ║         ╙──┘ ╨   ╙──┘ ╨ ╨ ┴ ╨──┘       ║
  7.                   ║                   v.60                 ║
  8.                   ║       SPITFIRE SIMPLE MESSAGE EDITOR   ║
  9.                   ║                                        ║
  10.                   ║       Copyright By Richard Lemaster    ║
  11.                   ║             Over The Line BBS          ║
  12.                   ║              (918) 250-0542            ║
  13.                   ║                                        ║
  14.                   ╚════════════════════════════════════════╝
  15.  
  16.  
  17.   SFSME is a full screen message editor that works directly with the
  18.   SPITFIRE message base. SFSME provides a full screen message reader
  19.   and editor without all the extra features that can be confusing to
  20.   some users.
  21.  
  22.   To run SFSME from a SPITFIRE menu extension batch file use the
  23.   command line:
  24.  
  25.     SFSME <drop file>
  26.  
  27.   The <drop file> must be SFMESS.DAT, SFMAIN.DAT, SFFILE.DAT, SFDOORS.DAT,
  28.   or SFSYSOP.DAT.
  29.   To run SFSME locally use the command line:
  30.  
  31.     SFSME
  32.  
  33.   There are a few other command line options you can use with SFSME. The
  34.   first is READ. If you have the word READ in the SFSME command line, the
  35.   user will skip the main menu and go right to the message reader screen.
  36.  
  37.   Example: SFSME C:\SF\SFMESS.DAT READ
  38.  
  39.   The other command line option is WRITE. This will take the user right
  40.   into the message editor. There are some other command line options
  41.   that work with the WRITE option. If you specify one of these options,
  42.   the SFSME prompt asking for the information will be skipped.
  43.   The options are:
  44.  
  45.     TO: <name>     - The message will be addressed to <name>.
  46.     CONF: <number> - The message will be placed in conference <number>.
  47.     PUB: <Y or N>  - Use PUB:Y if its a public message. PUB:N for private.
  48.  
  49.   Example: SFSME C:\SF\SFMESS.DAT WRITE TO:SYSOP CONF:1 PUB:N
  50.  
  51.   This command line can be used to replace the SPITFIRE Sysop Comment
  52.   option if run from a menu extension.
  53.  
  54.   The extra command line options are not necessary to run SFSME. They are
  55.   included so you can easily use SFSME for different functions.
  56.  
  57.  
  58.   To view the options available when reading message press H for help. To
  59.   view the options when editing messages type Ctrl+Z.
  60.  
  61.   SFSME supports the SFCALLER feature of SPITFIRE v3.51+. Check your
  62.   SPITFIRE manual for information about the SFCALLER feature.
  63.  
  64.   SFSME also supports the following macros which are used in SF v3.51+
  65.  
  66.           @PROMPTOFF@ - Inhibits the "More <y/n>" prompt.
  67.           @FNAME@     - Displays caller's first name.
  68.           @SUBDATE@   - Displays the subscription days left.
  69.           @CITYSTATE@ - Displays caller's city and state/province.
  70.           @UPLOADS@   - Displays number of files uploaded by caller.
  71.           @DOWNLOADS@ - Displays number of files downloaded by caller.
  72.           @CLS@       - Clears screen.
  73.           @ORGLOG@    - Displays the caller's original log on date.
  74.           @PROMPT@    - Displays the "More <y/n>" prompt.
  75.           @LOGTIME@   - Displays the number of minutes allowed this log on.
  76.           @PHONENUM@  - Displays the caller's phone number.
  77.           @LASTCALL@  - Displays the date of the caller's last call.
  78.           @PASSWORD@  - Displays the caller's password.
  79.           @BIRTHDATE@ - Displays the caller's date of birth.
  80.           @NAME@      - Displays caller's full name.
  81.           @UPK@       - Displays the number of K uploaded.
  82.           @DOWNK@     - Displays the number of K downloaded.
  83.           @SLEVEL@    - Displays the caller's security level.
  84.  
  85.  
  86.   There are a few sysop function keys available in SFSME. They
  87.   operate the same as in SPITFIRE.
  88.  
  89.   <Alt+F1> - This will log off the user and display the file
  90.              NEEDSYS.BBS/CLR if found in your SPITFIRE display directory.
  91.              If the file is not found, a message will be displayed.
  92.  
  93.   <Alt+F2> - This will log off the user without displaying a message.
  94.  
  95.   <Alt+C> - This will enter and exit chat mode. You can't chat with a
  96.             caller while editing a message.
  97.  
  98.   <Alt+J> - This will cause SFSME to drop to dos. Type EXIT to return
  99.             to SFSME.
  100.  
  101.   <F6> - This will decrease the callers time by 5 minutes.
  102.  
  103.   <F7> - This will increase the callers time by 5 minutes.
  104.  
  105.  
  106.   SFSME has complete multinode support. You only need 1 copy of the SFSME
  107.   files for all nodes. If you use the same SFSME dir for all nodes, you
  108.   must first go to the SFSME directory and type:
  109.  
  110.     ATTRIB +R SFSME.EXE
  111.     ATTRIB +R SFSME.OVR
  112.  
  113.   This will make the files read only and allow all nodes to share the
  114.   same files.
  115.  
  116.   SFSME uses the com port settings you setup in SPITFIRE. This will allow
  117.   you to use non-standard com port addresses and IRQs with SFSME.
  118.  
  119.   When saving a netmail message, first, SFSME will check for a text file
  120.   called TAGLINES.TXT. The TAGLINES.TXT file is a plain text file which
  121.   contains taglines that are added to messages. Place the taglines 1 per
  122.   line and a line can't be longer than 75 characters. If you've registered
  123.   SFSME, a tagline will be placed at the end of the message. Next, SFSME
  124.   will check for a file called BBSNAME.DAT in your SPITFIRE work directory.
  125.   If found, the first line will be added to the end of the message.
  126.  
  127.  
  128.   DISPLAY FILES
  129.   ─────────────
  130.   SFSME uses 2 external display files if found. The first is the EDITOR.HLP
  131.   display file. It is displayed when you press CTRL+Z in the message editor.
  132.   The other display file is MAINMENU.BBS/CLR. This file can be used to
  133.   replace the SFSME main menu.
  134.  
  135.  
  136.   DISCLAIMER
  137.   ──────────
  138.      Use this program at your own risk. There are no guarantees
  139.      that SFSME will run on your system. Richard Lemaster shall
  140.      not be held responsible for any damages incurred while running
  141.      SFSME. The user accepts all responsibility when using this program.
  142.  
  143.  
  144.   REGISTRATION
  145.   ────────────
  146.  
  147.      Registration for SFSME is free to all registered SFAME sysops. Just
  148.      place your SFAME.KEY in the directory containing the SFSME files.
  149.  
  150.      Registration for SFSME is only $10. You can pay by check or money
  151.      order. Any checks from outside the US must be for $20 because the banks
  152.      won't cash a foreign check under $20. So if your outside the US, its
  153.      better to send a $10 money order.
  154.  
  155.      Registering will remove the 5 second delay when exiting. When sending
  156.      a netmail message, SFSME will not place UNREG in the tagline and will
  157.      use a tagline from the taglines.txt file if found.
  158.  
  159.      Once registered, all future upgrades are free. You will only need the
  160.      latest version. Your SFSME.KEY file will work with all future versions.
  161.  
  162.      You can call my BBS and pick up your registration key usually within
  163.      24 hours after receiving your letter. Please fill in the necessary
  164.      information below.
  165.  
  166.  Information needed for registration
  167.  ----------------------------------------------------------------------
  168.    SFSME Registration Form
  169.  
  170.    BBS Name (up to 50 chars):________________________________________
  171.  
  172.    Sysop Name (up to 30 chars):______________________________
  173.  
  174.              * If your calling my BBS to pick up your key *
  175.  
  176.       What name will you use when calling:
  177.  
  178.       What password will you use when calling:
  179.  
  180.                * If you want it sent to you by netmail *
  181.  
  182.       What is your Fidonet node number:
  183.  
  184.  ----------------------------------------------------------------------
  185.  
  186.  To register, simply fill out the questions above and mail it and a
  187.  check, or money order for $10 ($20 outside US) to:
  188.  
  189.   Richard Lemaster
  190.   7332 So. 74 E Ave.
  191.   Tulsa, Ok
  192.   74133
  193.  
  194.  If you have any suggestions, comments, or problems with SFSME, you can
  195.  leave me a message in the SFNET 3rd Party conference or the Fidonet
  196.  Spitfire conference. The best way to contact me would be to call my
  197.  BBS listed below.
  198.  
  199.   Over The Line BBS
  200.   Richard Lemaster - Sysop
  201.   Fidonet  - 1:170/260
  202.   Internet - sysop@otlbbs.com
  203.   Line 1:(918)250-0542 28.8           
  204.   Line 2:(918)250-2462 14.4
  205.  
  206.  The latest version can always be FREQ'ed with the magic name "SFSME"
  207.  from me at 1:170/260.
  208.  
  209.  File sharing and locking are from BCShare by Mike Woltz.
  210.  
  211.   "SPITFIRE" is Copyright (C) 1987-1996 by Mike Woltz.
  212.   "SPITFIRE" is a registered trademark of Buffalo Creek Software.
  213.   "BCSHARE"  is Copyright (C) 1990 by Mike Woltz.
  214.